Title Banner


Technical Q&A's


HW 23 - Testing PCI drivers without any device (15-July-95)


Q Can I test my PCI driver without any device?

A Yes. There is a way to test your driver code that doesn't directly read or write to your device. Make your driver a virtual driver instead of a real driver. A virtual driver is one that has no hardware associated with it, such as a RAM disk. Add your driver to the Name Registry in the Devices section. Use whatever properties you think will assist in your testing. Load your driver using the DLL and pass NIL as the RegEntryIDPtr.

Technical Support
Technical Q&As
Previous Question | Contents | Next Question

Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help